← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 105)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 11 statements in 150µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22213µs4.81msSearch::Elasticsearch::Role::Client::Direct::Main::::indicesSearch::Elasticsearch::Role::Client::Direct::Main::indices
11113µs23µsSub::Quote::::BEGIN@3.32 Sub::Quote::BEGIN@3.32
1117µs7µsMethod::Generate::Accessor::::BEGIN@6.33 Method::Generate::Accessor::BEGIN@6.33
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3258µs234µs
# spent 23µs (13+11) within Sub::Quote::BEGIN@3.32 which was called: # once (13µs+11µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 23µs making 1 call to Sub::Quote::BEGIN@3.32 # spent 10µs making 1 call to warnings::unimport
4
# spent 4.81ms (13µs+4.79) within Search::Elasticsearch::Role::Client::Direct::Main::indices which was called 2 times, avg 2.40ms/call: # once (7µs+4.50ms) by main::create_es_bulk at line 53 of Sub/Defer.pm # once (7µs+291µs) by main::create_es_bulk at line 156 of flows_to_es.pl
sub Search::Elasticsearch::Role::Client::Direct::Main::indices {
5package Method::Generate::Accessor;
6
# spent 7µs within Method::Generate::Accessor::BEGIN@6.33 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "1762";
81400ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11171µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@6.33
121400ns die "indices is a read-only accessor" if @_ > 1;
1316µs14.50msexists $_[0]->{"indices"} ?
14$_[0]->{"indices"}
15: ($_[0]->{"indices"} = $_[0]->_build_indices)
16 }
1711µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Client::Direct::Main::indices
18}
1914µs1;
20
21;